*** empty log message ***
authorKenichi Handa <handa@m17n.org>
Tue, 7 Oct 2003 06:46:04 +0000 (06:46 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 Oct 2003 06:46:04 +0000 (06:46 +0000)
lisp/ChangeLog
src/ChangeLog

index 2d136e3a4602b95c8350ce2059e5efb090ed1106..13a0d4c85344701cc32ba4931b7e49d54bd56db8 100644 (file)
@@ -1,3 +1,12 @@
+2003-10-07  Kenichi Handa  <handa@m17n.org>
+
+       * international/mule-diag.el (list-coding-systems-1): List coding
+       systems that are loaded automatically.
+
+       * international/code-pages.el (iso-8859-11): Add autoload cookie.
+
+       * international/mule.el (autoload-coding-system): New function.
+
 2003-10-07  Andreas Schwab  <schwab@suse.de>
 
        * log-edit.el (log-edit-changelog-entries): Prefer local value of
index 459aabb2c33417cb0668dd7e18b241d45f15e1ee..761681aa38559fba0c365f969aded83c38fcb1a6 100644 (file)
@@ -1,3 +1,10 @@
+2003-10-07  Kenichi Handa  <handa@m17n.org>
+
+       * coding.c (Qcoding_system_define_form): New variable.
+       (syms_of_coding): Intern and staticpro it.
+       (Fcheck_coding_system): Try to autoload the definition of
+       CODING-SYSTEM.
+
 2003-10-05  Luc Teirlinck  <teirllm@auburn.edu>
 
        * fns.c (Frequire): Doc fix.